-
Notifications
You must be signed in to change notification settings - Fork 428
Feature ap draw #3285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature ap draw #3285
Conversation
e026e80
to
e53ab81
Compare
a10f497
to
7eddb5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am excited to get this in! I have added some comments regarding organization. I want to keep AP as clean as possible, without having confusing drawing code in the loop if we can.
7eddb5c
to
5b2a7c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great! I really like the new class!
Some minor comments and then I think this is ready to merge. I am excited to use this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@robluo Can you please resolve the conflicts and then I think this is good to merge.
This will not break place and route drawing and it creates a initial world of different dimension than place and route drawing
No more segfault when clicking. Added after solve and after legalization draw.
skip set_initial_world when no display
now in ap, there are no NOGRAPHCIS macro
moved print message inside of update_graphics
f6bfade
to
84622b8
Compare
@robluo Your PR broke CI. This can happen when there is a merge conflict post-the-fact. When you rebased your branch, you may have rebased onto an older version of VTR! That can cause some funny stuff like that to occur. I had to revert your PR to keep master working. You will need to re-raise this code in another PR. Sorry for the pain. |
Now able to draw analytical placement
Description
Motivation and Context
To give more insight to AP flow
How Has This Been Tested?
By hand
Types of changes
Checklist: